CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 遗传算法 优化

搜索资源列表

  1. YNGP

    0下载:
  2. 基于GP、GA学习的遗传优化算法实现,里面还包括了作为病虫害预测预报的数据库。-based GP, GA studying the genetic optimization algorithm. which also included as a pest forecast database.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7162752
    • 提供者:红红
  1. genericOnJava

    0下载:
  2. 前段时间用JAVA改写的遗传算法,只需要改变编码位数,适应函数即可用于别的数值优化,极度适合JAVA的朋友-earlier with JAVA rewrite the genetic algorithm, only need to change the code, the median fitness function can be used for other numerical optimization, extremely suitable for Java friends! !
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4609
    • 提供者:academic
  1. Featureselectiontodiagnoseabusinesscrisisbyusingar

    0下载:
  2. 用遗传算法进行特征选择并优化支持向量机的核函数参数和惩罚因子
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:201305
    • 提供者:wangrenjie
  1. GAJava

    0下载:
  2. 这是一个应用遗传算法解决的函数优化问题,通过一系列的交叉变异得到最优的函数解。- This is an application of genetic algorithms to solve the function optimization problem, through a series of cross-variance function of the optimal solution.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:23383
    • 提供者:wangyang
  1. jga2

    0下载:
  2. 遗传算法参数优化-no
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:46221
    • 提供者:辛晓亮
  1. GA

    2下载:
  2. 遗传算法在求解多约束条件下的组合优化问题有独特优势,本代码是关于用遗传算法解决智能组卷问题的好例子。-Of genetic algorithm in solving the multi-constrained optimization problem under the condition of a unique combination of advantages, this code is on the use of genetic algorithm to solve the problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-03-01
    • 文件大小:19449034
    • 提供者:keka
  1. java-GATesting-

    0下载:
  2. 纯java编写的遗传算法程序,这是很不错的程序,提供了使用遗传算法的灵活性,可用于数学优化等很多领域。-Genetic algorithm written in pure java program, which is very good program, providing the flexibility of using genetic algorithms can be used in many areas of mathematical optimization.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8533630
    • 提供者:史可
  1. BP

    0下载:
  2. 用遗传算法优化BP神经网络 希望帮助到大家 -Genetic algorithm to optimize BP neural network to help you Thank you
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1527
    • 提供者:王光
  1. GA-SVM

    0下载:
  2. 由于遗传算法具有隐含的并行性和强大的全局搜索能力,可以在很短的时间内搜索到全局最优点。使用GA对SVM进行参数的优化,寻找最优的惩罚因子和SVM中RBF参数的组合。结合RBF参数r和惩罚因子C, 可以得到需要优化的参数组合。希望对大家有用!-Genetic algorithm with implicit parallelism and powerful global search capability, you can search within a very short period of t
  3. 所属分类:JavaScript

    • 发布日期:2017-11-10
    • 文件大小:8105
    • 提供者:张琪
  1. GA-RBF

    1下载:
  2. 暑假期间自编的遗传算法优化RBF神经网络的源程序,代码为用MACD指标对沪指收盘价进行预测,希望对大家有用!-During the summer self genetic algorithm to optimize the RBF neural network source code using the MACD indicator to predict the stock index closing price, hope to be useful!
  3. 所属分类:JavaScript

    • 发布日期:2017-02-02
    • 文件大小:6144
    • 提供者:张琪
  1. GA-BP

    3下载:
  2. 用遗传算法优化BP神经网络的源代码,自己编的,可直接运行,代码为用MA指标对股指收盘价进行预测,另附带一个matlab编程实例!-Genetic algorithm to optimize BP neural network source code, compiled their own, can be directly run code MA indicators to predict the closing price of the stock index, the other with a
  3. 所属分类:JavaScript

    • 发布日期:2015-01-29
    • 文件大小:5120
    • 提供者:张琪
  1. ThinkingInJava

    0下载:
  2. 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中-very good
  3. 所属分类:JavaScript

    • 发布日期:2017-11-25
    • 文件大小:5483101
    • 提供者:缪茂可
  1. aaaaa

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。-Ant Colony Algori
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-22
    • 文件大小:24477
    • 提供者:舒万春
  1. PSO

    0下载:
  2. 动态环境下的粒子群算法研究 动态优化问题是指目标函数随时间连续、缓慢或突然、随机变化的情况。该课题旨在将动态优化问题连续变化的时间变量区间进行任意划分,在得到的每个时间子区间上将动态问题转化为静态问题,针对此静态优化问题设计相应的遗传算法。同时给出一种能自动检测时间变化的应答算子。-Dynamic optimization problem refers to the objective function over time in a row, slow or sudden, random c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:30381
    • 提供者:xdrdh
  1. jopt_sdk_4_9_5_evaluation_complete

    0下载:
  2. JOpt.SDK是一个自动化车辆路线和派送Java/J2SE和.NET.组件的工具。它可以解决旅行推销员的问题(TSP)和时窗限制路线规划的问题。它提供了各种因素限制的最佳化运输路线,如时窗,负载能力,规定行程路线。该组件是基于遗传算法,并自动确定订单任意设置车辆的优化配置。-JOpt.SDK is an automated vehicle routing and delivery of Java/J2SE and.NET. components of the tool. It can solv
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1900183
    • 提供者:kangshaobo
  1. Genetic-Algorithm-seat-allocation

    0下载:
  2. 利用遗传算法,进行机位优化分配,实现机位资源合理高效利用。-Genetic algorithm, were assigned seats optimized to achieve efficient use of resources reasonably seat.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-07
    • 文件大小:1119325
    • 提供者:王子
  1. algorithms

    0下载:
  2. 先是将多目标问题分解为单目标 (用切比雪夫和加权平均法)然后用遗传算法优化(Multi-objective optimization algorithm based on java language. First, the multi-objective problem is decomposed into single objectives (using Chebyshev and weighted average method) and then optimized by genetic a
  3. 所属分类:Java编程

    • 发布日期:2018-05-07
    • 文件大小:39936
    • 提供者:一朵嘀嘀嘀
  1. MOEA算法

    0下载:
  2. 非线性优化技术中的MOEA算法,主要是结合了基因算法,遗传算法和精英算法
  3. 所属分类:其它源码

搜珍网 www.dssz.com